.slideshow_div_res{
    height: 60vh;
    width: 100%;

}

.burger_res {
   
    left: 6%;

}
.side_pannel_resp {

  position: absolute;
    height: 90vh;
    width: 50%;
    
}
.side_pannel_resp a{
    margin: 28px 77px;
}
.list_size_resp {
    font-size: 1em;
}
.logo_with_text_resp {
    position: absolute;
    display: flex;
    flex-direction: column;
    /* top: 14em;
    left: 113px; */
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.logo_resp{
    height: 100px;
    
}
.text_resp{
    margin: 0 0 0 0;
}
.another_size_resp {
    padding-top: 24px;
    font-size: 3rem;
}
.foundation_size_resp {

    font-size: 4rem;
}

.opportunity_size_resp {
    font-size: 2rem;
}
.mission_resp{
    margin: 29px 13px;

}
.icon_logo_resp{
    position: relative;
    height: 2rem;
}
.mission_text_size_resp{
    font-size: 2rem;
    text-justify: auto;

}
.mission_image_resp{
    border-radius: 10%;
    object-fit: cover;
    object-position: 0 19%;
    height: 345px;
    filter: drop-shadow(2px 4px 6px black)
}
.mission_flex_resp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mission_text_resp{
    margin: 10px 10px;

}

.fieldset_resp{
    padding: 0 13px 10px 12px;   
    
}
@media only screen and (orientation:landscape) {
    .slideshow_div_res{
        height: 100vh;
    
    }
    .logo_with_text_resp {
    
        /* top: 14em;
        left: 113px; */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    
    }
    .logo_resp{
        height: 80px;
        /* transform: scale(1); */
        
    }
    .another_size_resp {
        padding-top: 0px;
        font-size: 2rem;
    }
    .foundation_size_resp {

        font-size: 3rem;
    }
    
    .opportunity_size_resp {
        font-size: 1rem;
    }
    
}
.meet_image{
    display: none;
}
.contact_container {

    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5% 0;
    
}
